home *** CD-ROM | disk | FTP | other *** search
- ###############################################################################
- # #
- # Dust V1.84 - Copyright ©1994 by A.Maschke #
- # All rights reserved. #
- #-----------------------------------------------------------------------------#
- # #
- # Demonstration of spherical waves #
- # #
- ###############################################################################
-
- This package shows the use and the results of the (new) WAVE3D-command.
-
- 1. Description
-
- This is a very nice kind of (harmonic) waves - the parameters
-
- -amplitude
- -wavelength
- -wave-source
- -damping
- -phase
-
- can be specified - there is a "best-guess"-function, too.
-
- 2. Syntax
-
- COMMAND WAVE3D
- -----------------------------------------------------------------
- Purpose: 3D-Wave (along x-,y- and z-axis)
- Usage: WAVE3D(<objectID>,<frames>,<filename>,<"S" or "F">,
- [<amplitude>,<wavelength>,<sourceX>,<sourceY>,<sourceZ>,
- <damping>,<phase in degrees>])
- Examples: wave3d(1,40,obj,s,14.0,32.0,10,-10,12,1.2,-30.0)
- wave3d(1,60,hd1:objects,f)
-
- 3. Notes
-
- The creation took me about 2 hours, creation means:
- -object-creation using Dust
- -rendering using Imagine
- -converting and building the anim.
-
-